-
-
Notifications
You must be signed in to change notification settings - Fork 667
Feat adjusting size status tab #2736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Feat adjusting size status tab #2736
Conversation
|
here is preview : gituidynamicsizeworking.webm |
|
@Hari-Oggy Thanks for the PR! @extrawurst @naseschwarz I’m wondering whether we should go for the manual solution presented in this PR or rather for an automatic one that doesn’t require manual intervention, but would make customization impossible. What do you think? |
|
@extrawurst @naseschwarz Friendly ping: what do you think about whether the left column’s width should be resized automatically by |
|
In this PR, GitUI automatically manages the left column's width while still allowing users to manually adjust both width and height. This approach provides a responsive layout with user customization options. Screencast.from.2025-10-23.10-15-02.webmThe preview shows two versions:
|
@cruessler what automated solution would that be? |
|
@extrawurst Sorry for the long delay! I was thinking of responsive web design where the layout is completely determined by CSS or of tiling window managers that arrange windows automatically according to the space available. I think there might be different use cases here that made me hesitate:
I admit that this might not be the strongest argument for completely automatic layout. If you think it’s a good idea to provide the manual level of control proposed in this PR, I’m happy to start the actual review! |
This Pull Request fixes/closes #2669.
It changes the following:
Constraint::Percentagevalues with configurable stateI followed the checklist:
make checkwithout errorshere is preview:
gituidynamicsizeworking.webm